home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ntsp3 / nt4sp3_i.exe / [0] / diredt.htr < prev    next >
Text File  |  1997-05-01  |  5KB  |  147 lines

  1. <HTML>
  2. <title>Internet Service Manager <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Directory Properties</title>
  3. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  4.  
  5. <!-- Header -->
  6. <TABLE BORDER=0>
  7. <TR VALIGN=CENTER>
  8. <TD>
  9. <A HREF="/iisadmin/default.htm">
  10. <IMG SRC="/iisadmin/logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  11. <TD><FONT SIZE=+2 COLOR=000000>
  12. <B><%if servid EQ 4%>WWW Administrator<%elif servid EQ 1%>FTP Administrator<%elif servid EQ 2%>Gopher Administrator<%endif%> - Directory Edit</B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=0000CD>Administration on <%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16.  
  17. <P>
  18.  
  19. <%onerror error%>
  20. <%!PosVirtDir urlparam%>
  21. <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/diredtu+<%"&z",rootref%>">
  22.  
  23.  
  24. <table border=0 BGCOLOR=C0C0C0 WIDTH=500 nowrap>
  25. <BR>
  26. <!-- Directory -->
  27. Directory : <input type="text" name="rootdir" value="<%if reqparam RF "rootdir"%><%msgbody.rootdir%><%else%><%rootdir%><%endif%>" size=46>
  28. <input type="submit" name="bdir" value=" Browse... ">
  29.  
  30. <!-- Home Directory -->
  31. <TABLE border=0 WIDTH=500 NOWRAP>
  32. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  33. <dl>
  34. <DD><input type="radio" name="rootishome" value="1" <%if rootishome EQ 1%>CHECKED<%endif%>> Home Directory <IMG SRC="/iisadmin/house_t.gif" ALT="" BORDER=0>
  35. </dl>
  36. </TD></TR>
  37. </TABLE>
  38. <HR Noshade>
  39. <!-- Virtual Directory -->
  40. <TABLE border=0 BGCOLOR=C0C0C0 WIDTH=500 NOWRAP>
  41. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  42. <FONT SIZE=+1 COLOR=#000080><B>Virtual Directory</B></FONT>
  43. <dl>
  44. <DD><input type="radio" name="rootishome" value="0" <%if rootishome EQ 0%>CHECKED<%endif%>> Virtual Directory
  45. <BR>
  46. <dd>Alias : <input type="text" name="rootname" value="<%rootname%>" size=36>
  47. </dl>
  48. </TD></TR>
  49. </TABLE>
  50. <HR Noshade>
  51.  
  52. <!-- Account Info -->
  53. <TABLE border=0 BGCOLOR=C0C0C0 WIDTH=500 NOWRAP>
  54. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  55. <FONT SIZE=+1 COLOR=#000080><B>Account Information</B></FONT><BR>
  56. <FONT SIZE=-1>
  57. This box is valid only if the Directory specified 
  58. at the top of this dialog page is a Universal Naming Convention (UNC) 
  59. server and share name (e.g., \\Webserver\Htmlfiles). 
  60. Enter the username and password that has permission to use the 
  61. network directory. Virtual directories on network drives must be 
  62. on computers in the same Windows NT domain as the Internet 
  63. Information Server.<P>
  64.  
  65. <B>Important:</B> If you specify a username and password to connect to a 
  66. network drive, all Internet Information Server access to that 
  67. directory will use that username and password. You should use 
  68. care when using UNC connections to network drives to prevent 
  69. possible security breaches.
  70. </FONT><P>
  71.  
  72. <dl>
  73. <dd>Username : <input type="text" name="rootacctname" value="<%rootacctname%>" size=40><BR>
  74. <dd>Password : <input type="password" name="rootacctpw" value="<%rootacctpw%>" size=40>
  75. </dl>
  76. </TD></TR>
  77. </TABLE>
  78. <HR Noshade>
  79.  
  80. <!-- Virtual Server -->
  81. <%if servid EQ 4%>
  82. <%if cap1flag BA 4%>
  83. <TABLE border=0 BGCOLOR=C0C0C0 WIDTH=500 NOWRAP>
  84. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  85. <FONT SIZE=+1 COLOR=#000080><B>Virtual Server</B></FONT><BR>
  86. <FONT SIZE=-1>If an IP address is specified, then Virtual Server is enabled.</FONT>
  87. <DL>
  88. <DD>Virtual Server IP Address :  <input type="text" name="rootaddr" value="<%rootaddr%>" SIZE=16><p>
  89. </DL>
  90. </TD></TR>
  91. </TABLE>
  92. <p>
  93. <HR Noshade>
  94. <%else%>
  95. <input type="hidden" name="rootaddr" value="">
  96. <%endif%>
  97. <%else%>
  98. <input type="hidden" name="rootaddr" value="">
  99. <%endif%>
  100.  
  101. <!-- Access -->
  102. <%if servid NE 2%>
  103. <TABLE border=0 BGCOLOR=C0C0C0 WIDTH=500 NOWRAP>
  104. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  105. <FONT SIZE=+1 COLOR=#000080><B>Access</B></FONT>
  106. <dl>
  107. <%if servid EQ 1%>
  108.  <dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> Read
  109.  <dd><input type="checkbox" name="rootiswrite" value=1 <%if rootiswrite EQ 1%>CHECKED<%endif%>> Write
  110. <%elif servid EQ 4%>
  111.  <dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> Read
  112.  <dd><input type="checkbox" name="rootisexec" value=1 <%if rootisexec EQ 1%>CHECKED<%endif%>> Execute
  113.  <%if w3cryptcapable NE 0%>
  114.  <dd><input type="checkbox" name="rootisssl" value=1 <%if rootisssl EQ 1%>CHECKED<%endif%>> Require secure SSL channel
  115.  <dd><input type="checkbox" name="rootiscert" value=1 <%if rootiscert EQ 1%>CHECKED<%endif%>> Enable Client Certificates
  116.  <dd><input type="checkbox" name="rootiscm" value=1 <%if rootiscm EQ 1%>CHECKED<%endif%>> Require Client Certificates
  117.  <%endif%>
  118. <%endif%>
  119. </dl>
  120. </TD></TR>
  121. </TABLE>
  122. <HR Noshade>
  123. <%endif%>
  124.  
  125. <!-- OK/CANCEL/RESET Buttons -->
  126. <TABLE WIDTH=500 HEIGHT=30 BORDER=0 NOWRAP>
  127. <TR><TD ALIGN=RIGHT>
  128. <input type="submit" value="     OK     ">
  129. <input type="submit" name="cancel" value=" Cancel ">
  130. <input type="reset" value="  Reset  ">
  131. <%if 1 EQ 1%>
  132. <input type="hidden" name="helptopic" value="/iisadmin/<%if servid EQ 4%>htdire.htm<%elif servid EQ 1%>ftdire.htm<%elif servid EQ 2%>godire.htm<%endif%>">
  133. <input type="submit" name="help" value="  Help  ">
  134. <%endif%>
  135. </TD></TR>
  136. </TABLE>
  137.  
  138. </TABLE>
  139.  
  140. </form>
  141. </body>
  142. <%goto end%>
  143. <%label error%>
  144. This directory no longer exists.<p>
  145. <a href="/iisadmin/default.htm">Return to main menu</a>
  146. <%label end%>
  147. </html>